home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / lizard / templates / XF86Config
Encoding:
Text File  |  1999-08-15  |  2.6 KB  |  131 lines

  1. # See 'man XF86Config' for info on the format of this file
  2. #
  3. # Generated using the Caldera OpenLinux installer
  4. #
  5.  
  6. Section "Files"
  7.     RgbPath "/usr/X11R6/lib/X11/rgb"
  8.     FontPath "/usr/X11R6/lib/X11/fonts/Type1"
  9.     FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
  10.     FontPath "/usr/X11R6/lib/X11/fonts/misc"
  11.     FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
  12. EndSection
  13.  
  14.  
  15. Section "ServerFlags"
  16.     AllowMouseOpenFail
  17. EndSection
  18.  
  19.  
  20. Section "Keyboard"
  21.     Protocol "Standard"
  22.     XkbRules "xfree86"
  23.     XkbModel "${KEYBOARD_MODEL}"
  24.     XkbLayout "${KEYBOARD_LAYOUT}"
  25.     XkbVariant "nodeadkeys"
  26. EndSection
  27.  
  28.  
  29. Section "Pointer"
  30.     Protocol "${MOUSE_NAME}"
  31.     Device "${MOUSE_LINK}"
  32.     ${WHEEL}
  33.     ${EMULATE3RD}
  34. EndSection
  35.  
  36.  
  37. Section "Monitor"
  38.     Identifier "Primary Monitor"
  39.     VendorName "${MONITOR_VENDOR}"
  40.     ModelName "${MONITOR_MODEL}"
  41.     HorizSync ${MONITOR_HSYNC}
  42.     VertRefresh ${MONITOR_REFRESH}
  43.     Modeline ${MODE_NAME} ${MODE_LINE}
  44. EndSection
  45.  
  46.  
  47. Section "Device"
  48.     Identifier "Primary Card"
  49.     VendorName "Unknown"
  50.     BoardName "None"
  51.     VideoRam ${CARD_MEMORY}
  52. EndSection
  53.  
  54.  
  55. Section "Screen"
  56.     Driver "VGA16"
  57.     Device "Primary Card"
  58.     Monitor "Primary Monitor"
  59.     SubSection "Display"
  60.         Depth 4
  61.         Modes "640x480/60Hz"
  62.     EndSubSection
  63. EndSection
  64.  
  65.  
  66. Section "Screen"
  67.     Driver "SVGA"
  68.     Device "Primary Card"
  69.     Monitor "Primary Monitor"
  70.     DefaultColorDepth ${COLOR_DEPTH}
  71.     SubSection "Display"
  72.         Depth 8
  73.         Modes ${MODE_NAME}
  74.     ${VIRTUAL_SIZE}
  75.     EndSubSection
  76.     SubSection "Display"
  77.         Depth 15
  78.         Modes ${MODE_NAME}
  79.         ${VIRTUAL_SIZE}
  80.     EndSubSection
  81.     SubSection "Display"
  82.         Depth 16
  83.         Modes ${MODE_NAME}
  84.         ${VIRTUAL_SIZE}
  85.     EndSubSection
  86.     SubSection "Display"
  87.         Depth 24
  88.         Modes ${MODE_NAME}
  89.         ${VIRTUAL_SIZE}
  90.     EndSubSection
  91.     SubSection "Display"
  92.         Depth 32
  93.         Modes ${MODE_NAME}
  94.         ${VIRTUAL_SIZE} 
  95.     EndSubSection
  96. EndSection
  97.  
  98. Section "Screen"
  99.     Driver "accel"
  100.     Device "Primary Card"
  101.     Monitor "Primary Monitor"
  102.     DefaultColorDepth ${COLOR_DEPTH}
  103.     SubSection "Display"
  104.         Depth 8
  105.         Modes ${MODE_NAME}
  106.         ${VIRTUAL_SIZE}
  107.     EndSubSection
  108.     SubSection "Display"
  109.         Depth 15
  110.         Modes ${MODE_NAME}
  111.         ${VIRTUAL_SIZE}
  112.     EndSubSection
  113.     SubSection "Display"
  114.         Depth 16
  115.         Modes ${MODE_NAME}
  116.         ${VIRTUAL_SIZE}
  117.     EndSubSection
  118.     SubSection "Display"
  119.         Depth 24
  120.         Modes ${MODE_NAME}
  121.         ${VIRTUAL_SIZE}
  122.     EndSubSection
  123.     SubSection "Display"
  124.         Depth 32
  125.         Modes ${MODE_NAME}
  126.         ${VIRTUAL_SIZE}
  127.     EndSubSection
  128. EndSection  
  129.  
  130. # End of automatically generated file
  131.